home *** CD-ROM | disk | FTP | other *** search
- Path: solon.com!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c,comp.lang.c.moderated
- Subject: Re: Recommend a book, REALLY!
- Date: 25 Mar 1996 06:24:32 -0600
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Sender: clc@solutions.solon.com
- Approved: clc@solutions.solon.com
- Message-ID: <4j63a0$3kk@solutions.solon.com>
- References: <4j06oe$81u@solutions.solon.com>
- NNTP-Posting-Host: solutions.solon.com
-
- In article <4j06oe$81u@solutions.solon.com>,
- Reed Mangino <mangino@planet.net> wrote:
- >Let me tell you how things are going: I started to read Schildt's "C The
- >Complete Reference" and I almost cried myself to sleep. I don't even
- >know the language well and I could tell this thing bites!
- >
- >Then I get a book called "C In Plain English". On page 245 of the
- >***C*** book he writes: test_val = int(sqrt(n)); Is it me or is that the
- >function style of casting to an int that our friend C++ likes? On page
- >240 he declares, "To the following is perfectly legal:
- > void fnct(const char str[], const double *px, *py);
- >I am wondering what type *py has. He does this kind of crap throughout
- >the darn book!
-
- Some writers sure have gall, don't they? I bet he never even tested the crap.
- The ``*py'' has no type! It is a syntax error, plain and simple.
-
- Parameter declarations are not allowed to have more than one declarator.
-
- The guy who wrote this book is a buffoon looking for a way to make a quick
- buck. Don't let him have yours.
-
- I study the damn language, yet I wouldn't _dare_ write a book about it.
-
- Plus with the K&R2 and the ISO/IEC standard, all further C books are
- redundant, superfluous, wasteful of paper, etc. You get the picture.
-
- >I have been programming in C++ for about 3-4 years, so I already know how
- >things work I just need to get a good, SOLID, book on C (just C!) I have
- >ordered the K&R text along with an annotated book on the standard C
- >library (this might help me understand how things _should_ be done in C,
- >not to mention that I have been using iostream.h forever!)
-
- If you are in a University town, find out if one of the institution's libraries
- carries a copy of the ISO or ANSI C standard document.
-
- This is where I go to study it once in a while. It saves me from spending 350
- bucks on my own copy. If I was desperate, I could photocopy the whole thing for
- $0.07 x 219, or just over fifteen bucks (in fact one librarian actually
- encouraged me to do so, believe it or not!) Being the honest citizen that I am
- (ha ha), I'm content to instead come to the library (a wonderful environment in
- any case) and peruse.
- --
-